home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / battlefield.swf / scripts / DefineButton2_777 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  164 b   |  10 lines

  1. on(release){
  2.    if(_root.gold > 499)
  3.    {
  4.       _root.infstr += 0.1;
  5.       _root.cavstr += 0.1;
  6.       _root.swordups += 1;
  7.       _root.gold -= 500;
  8.    }
  9. }
  10.